Seo Onpage Blogspot – #5 Tối ưu cấu trúc dữ liệu chuẩn cho blogger
Chào các bạn, hôm nay mình sẽ hướng dẫn các bạn cách Tối ưu cấu trúc dữ liệu chuẩn cho blogger
KIỂM TRA WEBSITE CỦA BẠN ĐÃ TỐI ƯU CẤU TRÚC CHƯA?
1. TỐI ƯU WPHEADER TRÊN BLOGGER
Các bạn tìm đoạn code sau:
<div id=’header-wrapper’>
Và thay nó thành:
<div id=’header-wrapper’ itemscope=’itemscope’ itemtype=’http://schema.org/WPHeader’>
Việc sử dụng cấu trúc này sẽ khai báo cho Google biết đây là đoạn code của phần Header từ đó Google có thể đọc code dễ dàng hơn hay còn gọi là bạn đang tối ưu công cụ tìm kiếm (SEO)
2. TỐI ƯU WPSIDEBAR TRÊN BLOGGER
Các bạn tìm đoạn code sau:
<div id=’sidebar-wrapper’>
Và thay nó thành:
<aside id=’sidebar-wrapper’ itemscope=’itemscope’ itemtype=’http://schema.org/WPSideBar’>
Tìm thẻ đóng </div> của nó và thay thành </aside>
3. TỐI ƯU WPFOOTER TRÊN BLOGGER
Các bạn tìm đoạn code sau:
<div id=’footer-wrapper’>
Và thay nó thành:
<footer id=’footer-wrapper’ itemscope=’itemscope’ itemtype=’http://schema.org/WPFooter’>
Thay thẻ đóng </div> của nó thành </footer>
4. TỐI ƯU PHẦN WEBSITE TÌM KIẾM
Khi tìm kiếm trên thanh địa chỉ Google và bạn nhập với cú pháp pluskienthuc.com_[Phím Tab]_Từ khóa bạn sẽ có thể sử dụng công cụ tìm kiếm ngay trên Bác Sĩ Windows.
Bạn cần chèn đoạn code này vào trong cặp thẻ <head> … </head>
Nhớ đổi lại tên miền thành của bạn nha
<script type=’application/ld+json’>
{ “@context”: “http://schema.org”, “@type”: “WebSite”, “url”: “http://www.bacsiwindows.com/”, “potentialAction”: { “@type”: “SearchAction”, “target”: “http://www.bacsiwindows.com/?q={search_term}”, “query-input”: “required name=search_term” } }
</script>
5. TỐI ƯU PHẦN SITENAVIGATIONELEMENT
Phần này dùng để khai báo vị trí của Menu
Các bạn tìm đoạn code sau:
<div id=”id của phần menu”>
Và thay nó thành:
<nav id=’menu-wrap’ itemscope=’itemscope’ itemtype=’http://schema.org/SiteNavigationElement’>
id=’menu-wrap’ bạn thay lại cho giống id menu của blog mình nhé
Thay thẻ đóng </div> của nó thành </nav>
6. TỐI ƯU PHẦN CHÍNH CỦA BLOG
Phần này khai báo phần Main chứa nội dung của Blog
Các bạn tìm đoạn code sau:
<div id=’content-wrapper’>
Và thay nó thành:
<div id=’content-wrapper’ itemscope=’itemscope’ itemtype=’http://schema.org/Blog’ role=’main’>
Hoặc:
<div id=’main-wrapper’>
Và thay thành:
<div id=’main-wrapper’ itemscope=’itemscope’ itemtype=’http://schema.org/Blog’ role=’main’>